Esx Settings Depots Online UpdateSpec
Esx Settings Depots Online UpdateSpec
The Esx Settings Depots Online UpdateSpec schema defines the information used to update the depot.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"enabled": false,
"description": "string"
}
boolean
enabled
Optional
Flag indicating whether this depot is enabled or not. Disabling the depot doesn't delete its cached metadata and payloads. It will not be refreshed next time depots are re-synced.
This property was added in vSphere API 7.0.0.0.
If missing or null
, enabled flag is not updated.
string
description
Optional
Description of the depot.
This property was added in vSphere API 7.0.0.0.
If missing or null
, description is not updated.